home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00423_Script_423 < prev    next >
Text File  |  1995-05-08  |  236b  |  11 lines

  1. on switchoff
  2.   if the frame > 40 then
  3.     if the frame < 55 then
  4.       put the castnum of sprite 15 into hh
  5.       set the controller of cast hh to 0
  6.       set the movierate of sprite 15 to 0
  7.     end if
  8.   end if
  9. end switchoff
  10.  
  11.